From: Chong Yidong Date: Wed, 25 Mar 2009 17:47:17 +0000 (+0000) Subject: (bubbles): Doc fix (Bug#2776). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1083 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=087e1a015acd985ada777c52dc7037bfd7484e81;p=emacs.git (bubbles): Doc fix (Bug#2776). --- diff --git a/lisp/play/bubbles.el b/lisp/play/bubbles.el index c4a12071e21..e8a666a577d 100644 --- a/lisp/play/bubbles.el +++ b/lisp/play/bubbles.el @@ -929,7 +929,18 @@ static char * dot3d_xpm[] = { ;;;###autoload (defun bubbles () - "Play Bubbles game." + "Play Bubbles game. +\\ +The goal is to remove all bubbles with as few moves as possible. +\\[bubbles-plop] on a bubble removes that bubble and all +connected bubbles of the same color. Unsupported bubbles fall +down, and columns that do not contain any bubbles suck the +columns on its right towards the left. + +\\[bubbles-set-game-easy] sets the difficulty to easy. +\\[bubbles-set-game-medium] sets the difficulty to medium. +\\[bubbles-set-game-difficult] sets the difficulty to difficult. +\\[bubbles-set-game-hard] sets the difficulty to hard." (interactive) (switch-to-buffer (get-buffer-create "*bubbles*")) (when (or (not bubbles--playing)